projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c354eee
)
spi: Kconfig: Add ICH_SPI entry
author
Jagan Teki
<
[email protected]
>
Sat, 27 Jun 2015 10:13:27 +0000
(15:43 +0530)
committer
Jagan Teki
<
[email protected]
>
Wed, 1 Jul 2015 16:09:05 +0000
(21:39 +0530)
Added ICH_SPI entry on Kconfig with help description.
Signed-off-by: Jagan Teki <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index d5e688116d4c57bca4fa28318e5e8d6cee59efe7..43f9faccd011cae433130245ddf20e299f206f3c 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-51,6
+51,13
@@
config FSL_QSPI
used to access the SPI NOR flash on platforms embedding this
Freescale IP core.
+config ICH_SPI
+ bool "Intel ICH SPI driver"
+ help
+ Enable the Intel ICH SPI driver. This driver can be used to
+ access the SPI NOR flash on platforms embedding this Intel
+ ICH IP core.
+
config SANDBOX_SPI
bool "Sandbox SPI driver"
depends on SANDBOX && DM